Blazor コントロール
ReplaceAsync<T>(IDataCollection<T>,Int32,T) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > ReplaceAsync メソッド : ReplaceAsync<T>(IDataCollection<T>,Int32,T) メソッド
The data collection.
The index.
The item.
Replaces the item at the specified index by the specified item.
シンタックス
'宣言
 
Public Overloads Shared Function ReplaceAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal index As System.Integer, _
   ByVal item As T _
) As System.Threading.Tasks.Task(Of Integer)
public static System.Threading.Tasks.Task<int> ReplaceAsync<T>( 
   IDataCollection<T> dataCollection,
   System.int index,
   T item
)
where T: class

パラメータ

dataCollection
The data collection.
index
The index.
item
The item.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧